Wholesale import of xm-test 0.4.0.
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 7 Nov 2005 11:36:16 +0000 (12:36 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Mon, 7 Nov 2005 11:36:16 +0000 (12:36 +0100)
commit3ec891fe7b48750d20f1fbf425d155487c0fa0c8
tree23bcedcbfda1412c6da5ee4f355820856ba64605
parent27be16e320fac3b64bb579102f065fbf7ee22b1f
Wholesale import of xm-test 0.4.0.

This is not yet integrated with the rest of the Xen build system.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
209 files changed:
tools/xm-test/COPYING [new file with mode: 0644]
tools/xm-test/ChangeLog [new file with mode: 0644]
tools/xm-test/Makefile.am [new file with mode: 0644]
tools/xm-test/Makefile.in [new file with mode: 0644]
tools/xm-test/README [new file with mode: 0644]
tools/xm-test/TODO [new file with mode: 0644]
tools/xm-test/aclocal.m4 [new file with mode: 0644]
tools/xm-test/configure [new file with mode: 0644]
tools/xm-test/configure.ac [new file with mode: 0644]
tools/xm-test/install-sh [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/Console.py [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/Test.py [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/XenDomain.py [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/Xm.py [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/__init__.py [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/config.py [new file with mode: 0644]
tools/xm-test/lib/XmTestLib/config.py.in [new file with mode: 0644]
tools/xm-test/lib/XmTestReport/OSReport.py [new file with mode: 0644]
tools/xm-test/lib/XmTestReport/ProgReport.py [new file with mode: 0644]
tools/xm-test/lib/XmTestReport/Report.py [new file with mode: 0644]
tools/xm-test/lib/XmTestReport/ResultReport.py [new file with mode: 0644]
tools/xm-test/lib/XmTestReport/utils.py [new file with mode: 0644]
tools/xm-test/lib/XmTestReport/xmtest.py [new file with mode: 0644]
tools/xm-test/lib/XmTestReport/xmtest.py.in [new file with mode: 0644]
tools/xm-test/missing [new file with mode: 0644]
tools/xm-test/mkreport [new file with mode: 0644]
tools/xm-test/ramdisk/Makefile.am [new file with mode: 0644]
tools/xm-test/ramdisk/Makefile.in [new file with mode: 0644]
tools/xm-test/ramdisk/configs/buildroot [new file with mode: 0644]
tools/xm-test/ramdisk/configs/busybox [new file with mode: 0644]
tools/xm-test/ramdisk/configs/uClibc [new file with mode: 0644]
tools/xm-test/ramdisk/skel/.profile [new file with mode: 0644]
tools/xm-test/ramdisk/skel/etc/init.d/rcS [new file with mode: 0644]
tools/xm-test/ramdisk/skel/etc/inittab [new file with mode: 0644]
tools/xm-test/ramdisk/skel/root/.profile [new file with mode: 0644]
tools/xm-test/runtest.sh [new file with mode: 0644]
tools/xm-test/tests/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/Makefile.am.template [new file with mode: 0644]
tools/xm-test/tests/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/block-create/01_block_attach_device_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-create/02_block_attach_file_device_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-create/04_block_attach_device_repeatedly_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-create/05_block_attach_and_dettach_device_repeatedly_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-create/06_block_attach_baddomain_neg.py [new file with mode: 0644]
tools/xm-test/tests/block-create/07_block_attach_baddevice_neg.py [new file with mode: 0644]
tools/xm-test/tests/block-create/08_block_attach_bad_filedevice_neg.py [new file with mode: 0644]
tools/xm-test/tests/block-create/09_block_attach_and_dettach_device_check_data_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-create/10_block_attach_dettach_multiple_devices.py [new file with mode: 0644]
tools/xm-test/tests/block-create/Makefile [new file with mode: 0644]
tools/xm-test/tests/block-create/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/block-create/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/block-destroy/01_block-destroy_btblock_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-destroy/02_block-destroy_rtblock_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-destroy/03_block-destroy_nonexist_neg.py [new file with mode: 0644]
tools/xm-test/tests/block-destroy/04_block-destroy_nonattached_neg.py [new file with mode: 0644]
tools/xm-test/tests/block-destroy/05_block-destroy_byname_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-destroy/Makefile [new file with mode: 0644]
tools/xm-test/tests/block-destroy/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/block-destroy/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/block-list/01_block-list_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-list/02_block-list_attachbd_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-list/03_block-list_anotherbd_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-list/04_block-list_nodb_pos.py [new file with mode: 0644]
tools/xm-test/tests/block-list/05_block-list_nonexist_neg.py [new file with mode: 0644]
tools/xm-test/tests/block-list/Makefile [new file with mode: 0644]
tools/xm-test/tests/block-list/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/block-list/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/console/01_console_badopt_neg.py [new file with mode: 0644]
tools/xm-test/tests/console/02_console_baddom_neg.py [new file with mode: 0644]
tools/xm-test/tests/console/Makefile [new file with mode: 0644]
tools/xm-test/tests/console/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/console/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/create/01_create_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/02_create_noparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/create/03_create_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/create/04_create_conflictname_neg.py [new file with mode: 0644]
tools/xm-test/tests/create/05_create_noroot_noram_neg.py [new file with mode: 0644]
tools/xm-test/tests/create/06_create_mem_neg.py [new file with mode: 0644]
tools/xm-test/tests/create/07_create_mem64_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/08_create_mem128_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/09_create_mem256_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/10_create_fastdestroy.py [new file with mode: 0644]
tools/xm-test/tests/create/11_create_concurrent_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/12_create_concurrent_stress_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/13_create_multinic_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/14_create_blockroot_pos.py [new file with mode: 0644]
tools/xm-test/tests/create/Makefile [new file with mode: 0644]
tools/xm-test/tests/create/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/create/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/create/log [new file with mode: 0644]
tools/xm-test/tests/destroy/01_destroy_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/destroy/02_destroy_noparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/destroy/03_destroy_nonexist_neg.py [new file with mode: 0644]
tools/xm-test/tests/destroy/04_destroy_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/destroy/05_destroy_byid_pos.py [new file with mode: 0644]
tools/xm-test/tests/destroy/06_destroy_dom0_neg.py [new file with mode: 0644]
tools/xm-test/tests/destroy/07_destroy_stale_pos.py [new file with mode: 0644]
tools/xm-test/tests/destroy/Makefile [new file with mode: 0644]
tools/xm-test/tests/destroy/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/destroy/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/dmesg/01_dmesg_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/dmesg/02_dmesg_basic_neg.py [new file with mode: 0644]
tools/xm-test/tests/dmesg/Makefile [new file with mode: 0644]
tools/xm-test/tests/dmesg/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/dmesg/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/domid/01_domid_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/domid/02_domid_basic_neg.py [new file with mode: 0644]
tools/xm-test/tests/domid/Makefile [new file with mode: 0644]
tools/xm-test/tests/domid/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/domid/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/domname/01_domname_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/domname/02_domname_basic_neg.py [new file with mode: 0644]
tools/xm-test/tests/domname/Makefile [new file with mode: 0644]
tools/xm-test/tests/domname/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/domname/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/enforce_dom0_cpus/01_enforce_dom0_cpus_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/enforce_dom0_cpus/Makefile [new file with mode: 0644]
tools/xm-test/tests/enforce_dom0_cpus/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/enforce_dom0_cpus/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/help/01_help_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/help/02_help_basic_neg.py [new file with mode: 0644]
tools/xm-test/tests/help/03_help_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/help/04_help_long_pos.py [new file with mode: 0644]
tools/xm-test/tests/help/05_help_nonroot_pos.py [new file with mode: 0644]
tools/xm-test/tests/help/Makefile [new file with mode: 0644]
tools/xm-test/tests/help/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/help/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/info/01_info_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/info/02_info_compiledata_pos.py [new file with mode: 0644]
tools/xm-test/tests/info/Makefile [new file with mode: 0644]
tools/xm-test/tests/info/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/info/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/list/01_list_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/list/02_list_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/list/03_list_nonexist_neg.py [new file with mode: 0644]
tools/xm-test/tests/list/04_list_goodparm_pos.py [new file with mode: 0644]
tools/xm-test/tests/list/05_list_long_pos.py [new file with mode: 0644]
tools/xm-test/tests/list/06_list_nonroot.py [new file with mode: 0644]
tools/xm-test/tests/list/Makefile [new file with mode: 0644]
tools/xm-test/tests/list/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/list/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/memmax/01_memmax_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/memmax/Makefile [new file with mode: 0644]
tools/xm-test/tests/memmax/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/memmax/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/memset/01_memset_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/memset/02_memset_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/memset/03_memset_random_pos.py [new file with mode: 0644]
tools/xm-test/tests/memset/04_memset_smallmem_pos.py [new file with mode: 0644]
tools/xm-test/tests/memset/Makefile [new file with mode: 0644]
tools/xm-test/tests/memset/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/memset/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/migrate/01_migrate_localhost_pos.py [new file with mode: 0644]
tools/xm-test/tests/migrate/Makefile [new file with mode: 0644]
tools/xm-test/tests/migrate/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/migrate/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/pause/01_pause_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/pause/02_pause_badopt_neg.py [new file with mode: 0644]
tools/xm-test/tests/pause/03_pause_badname_neg.py [new file with mode: 0644]
tools/xm-test/tests/pause/04_pause_badid_neg.py [new file with mode: 0644]
tools/xm-test/tests/pause/Makefile [new file with mode: 0644]
tools/xm-test/tests/pause/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/pause/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/reboot/01_reboot_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/reboot/02_reboot_badopt_neg.py [new file with mode: 0644]
tools/xm-test/tests/reboot/03_reboot_badname_neg.py [new file with mode: 0644]
tools/xm-test/tests/reboot/Makefile [new file with mode: 0644]
tools/xm-test/tests/reboot/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/reboot/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/restore/01_restore_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/restore/02_restore_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/restore/03_restore_badfilename_neg.py [new file with mode: 0644]
tools/xm-test/tests/restore/Makefile [new file with mode: 0644]
tools/xm-test/tests/restore/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/restore/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/save/01_save_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/save/02_save_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/save/03_save_bogusfile_neg.py [new file with mode: 0644]
tools/xm-test/tests/save/Makefile [new file with mode: 0644]
tools/xm-test/tests/save/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/save/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/sedf/01_sedf_multi_pos.py [new file with mode: 0644]
tools/xm-test/tests/sedf/Makefile [new file with mode: 0644]
tools/xm-test/tests/sedf/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/sedf/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/shutdown/01_shutdown_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/shutdown/02_shutdown_badparm_neg.py [new file with mode: 0644]
tools/xm-test/tests/shutdown/03_shutdown_nonexist_neg.py [new file with mode: 0644]
tools/xm-test/tests/shutdown/Makefile [new file with mode: 0644]
tools/xm-test/tests/shutdown/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/shutdown/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/sysrq/01_sysrq_basic_neg.py [new file with mode: 0644]
tools/xm-test/tests/sysrq/02_sysrq_sync_pos.py [new file with mode: 0644]
tools/xm-test/tests/sysrq/03_sysrq_withreboot_pos.py [new file with mode: 0644]
tools/xm-test/tests/sysrq/Makefile [new file with mode: 0644]
tools/xm-test/tests/sysrq/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/sysrq/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/unpause/01_unpause_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/unpause/Makefile [new file with mode: 0644]
tools/xm-test/tests/unpause/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/unpause/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/vcpu-disable/01_vcpu-disable_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/vcpu-disable/Makefile [new file with mode: 0644]
tools/xm-test/tests/vcpu-disable/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/vcpu-disable/Makefile.in [new file with mode: 0644]
tools/xm-test/tests/vcpu-pin/01_vcpu-pin_basic_pos.py [new file with mode: 0644]
tools/xm-test/tests/vcpu-pin/Makefile [new file with mode: 0644]
tools/xm-test/tests/vcpu-pin/Makefile.am [new file with mode: 0644]
tools/xm-test/tests/vcpu-pin/Makefile.in [new file with mode: 0644]